Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheets Interface / Item Property / Item(String[]) Property
An array that represents names of worksheets.
In This Topic
    Item(String[]) Property
    In This Topic
    Gets worksheets by names.
    Syntax
    IWorksheets Item( 
       System.string[] name
    ) {get;}

    Parameters

    name
    An array that represents names of worksheets.
    See Also